home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / qseq_11c.zip / BW_SCR.CFG next >
Text File  |  1995-01-26  |  2KB  |  85 lines

  1. #
  2. # Example of configuration file for QSEQ:
  3. #
  4. # monochrome screen colors configuration.
  5. #
  6.  
  7. # COLORS:
  8. # color_token forg backg blink
  9. #
  10. # forg: 0: black      8: darkgrey    backg: 0: black   blink: 0: off
  11. #       1: blue       9: lightblue          1: blue           1: on
  12. #       2: green     10: lightgreen         2: green
  13. #       3: cyan      11: lightcyan          3: cyan
  14. #       4: red       12: lightred           4: red
  15. #       5: magenta   13: lightmagenta       5: magenta
  16. #       6: orange    14: lightyellow        6: yellow
  17. #       7: lightgrey 15: white              7: white
  18.  
  19. # GENERAL COLOR:
  20. A_GEN       7 0 0
  21.  
  22. # STATUS LINE:
  23. # file field:
  24. A_FILE      15 0 0
  25. # time field:
  26. A_TIME      15 0 0
  27. #tempo field:
  28. A_TEMPO     15 0 0
  29. # sequencer mode field: recording:
  30. A_SSRECORD  0 7 1
  31. # sequencer mode field: playing:
  32. A_SSPLAY    0 7 0
  33. # sequencer mode field: editing:
  34. A_SSEDIT    15 0 0
  35. # punch-in mode/metronome flag/midithru flag fields:
  36. A_STATUS    15 0 0
  37. # memory field (normal/hilight when receiving midi):
  38. A_MEM       7 0 0
  39. A_MEMHI     0 7 0
  40.  
  41. # hilighted current parameter
  42. A_PARAMHI   0 7 0
  43.  
  44. # CURSOR in NOTE view:
  45. # when the cursor is not on a note:
  46. A_CURSOFF   0 7 1
  47. # when the cursor is on a note:
  48. A_CURSON    15 0 0
  49. # note's color when under the cursor:
  50. A_NOTEHI    0 7 1
  51.  
  52. # Difference of color to mark octaves, or different steps in the background
  53. # of NOTE/EVENT/GLOBAL view.
  54. A_STEP      15 0 0
  55.  
  56. # Color of the cursor when prompting for a string/number/character.
  57. A_ASK       0 7 0
  58.  
  59. # Color of the first letter of a menu item: unselected:
  60. A_MENUHI    15 0 0
  61. # Color of the first letter of a menu item: selected:
  62. A_MENUHISEL 15 0 1
  63.  
  64. # GLOBAL view
  65. # color of first loop point, end of the track, archived or muted flags:
  66. A_GSPEC     0 7 0
  67. # color of next loop points:
  68. A_GLOOP     7 0 0
  69. # color of the selected area and begin/end points:
  70. A_GSEL      0 7 0
  71. # color of the recordable area when recording:
  72. A_GREC      7 0 0
  73. # color of punch in/out points:
  74. A_GPUNCH     0 7 0
  75. # color of jokers:
  76. A_JOKER     0 7 0
  77.  
  78. # MESSAGES:
  79. # color of an information message:
  80. A_MSINFO    15 0 0
  81. # color of an error message:
  82. A_MSERR     15 0 1
  83. # color of an "I'm working" message:
  84. A_MSWORK    7 0 1
  85.